home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / locale / Makefile.in < prev   
Makefile  |  2009-06-10  |  565b  |  26 lines

  1. # See license.txt for terms of usage
  2.  
  3. DEPTH = ../../..
  4. topsrcdir = @top_srcdir@
  5. srcdir = @srcdir@
  6. VPATH = @srcdir@
  7.  
  8. include $(DEPTH)/config/autoconf.mk
  9.  
  10. MODULE = firebug
  11.  
  12. XPI_NAME               = firebug
  13. INSTALL_EXTENSION_ID   = firebug@software.joehewitt.com
  14. XPI_PKGNAME            = firebug
  15. USE_EXTENSION_MANIFEST = 1
  16.  
  17. DEFINES += -DAB_CD=$(AB_CD)
  18.  
  19. include $(topsrcdir)/config/rules.mk
  20.  
  21. ifneq (en-US,$(AB_CD))
  22. libs realchrome::
  23.     @echo "Comparing $(AB_CD) to en-US"
  24.     @$(PERL) $(topsrcdir)/toolkit/locales/compare-locales.pl $(srcdir)/en-US $(srcdir)/$(AB_CD)
  25. endif
  26.